home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: in2.uu.net!demos!pluscom!usenet
- From: sergeyp@albea.ugatu.ac.ru (Sergey Pavlov)
- Subject: Re: Automation????
- X-Newsreader: Forte Free Agent 1.0.82
- Sender: usenet@news.rinet.ru (Vladimir Sharpai)
- Nntp-Posting-Host: albea.ugatu.ac.ru
- Organization: Albea
- Message-ID: <Dp8rv4.HAu@news.rinet.ru>
- References: <4jq44n$l2v@what.why.net>
- Date: Tue, 2 Apr 1996 16:49:56 GMT
-
- Fritz Eder <Redman@why.net> wrote:
-
- >Does anyone know of a program that will run resident in Windows 3.X and
- >when Windows prompts for a answer (ie: Continue YES/NO) It will
- >automatically select via a set variable and continue without any user
-
- You can make application with timer handler. Each tick of timer this
- application must FindWindow of MessageBox, and if it exists, send
- WM_COMMAND(wParam=IDOK) to it.
-
- Regards
-
-
-
-